@charset 'UTF-8';

* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  box-sizing: border-box;
  border: 0;
}

html {
  width: 100%;
  min-height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

body,
button,
input,
select,
textarea {
  font: 24px -apple-system, BlinkMacSystemFont, "PingFang SC",
    "SanFranciscoDisplay", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑",
    sans-serif, tahoma, arial, \5b8b\4f53;
  font-weight: 400;
  color: #444;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", sans-serif, tahoma, arial,
    \5b8b\4f53, sans-serif;
  font-weight: 400;
}

small {
  font-size: 20px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

input {
  outline: none;
}

textarea {
  outline: none;
  resize: none;
}

button {
  -webkit-appearance: button;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}

ul,
ul li,
ul li i {
  background: inherit;
}

body {
  background: #ecf0f4;
  overflow-y: scroll !important;
}

body.el-loading-parent--hidden {
  overflow-y: scroll !important;
}

@media print {
  body {
    background: #fff;
  }
}

@font-face {
  font-family: SourceHanSerifCN-Medium;
  src: url('SourceHanSerifCN-Medium.otf');
}